home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 851 b | 36 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UTranscriptView.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UTranscriptView;
-
- INTERFACE
-
- USES
- {$SETC __UTranscriptView__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacApp} UMacApp,
-
- { • Implementation use }
- {$U $$Shell(MAPInterfaces)ULoMem} ULoMem,
-
- Desk, FixMath, Resources, Memory, Script, OSEvents, PasLibIntf, Errors, Traps, Strings;
-
- {$SETC __UTranscriptView__ := FALSE}
- { • Include the public interface }
- {$SETC _UTranscriptViewIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UTranscriptView.p}
- {$SETC UsingIncludes := _UTranscriptViewIncludes}
-
- IMPLEMENTATION
-
- {$I UTranscriptView.inc1.p}
-
- END.
-